home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / tegl6b.zip / INTROPAK.EXE / lha / FRAME1.PAS < prev    next >
Pascal/Delphi Source File  |  1991-06-26  |  178b  |  14 lines

  1. {-- frame1.pas}
  2.  
  3. USES teglunit,teglmain;
  4.  
  5. VAR ifs : ImageStkPtr;
  6.  
  7. BEGIN
  8.   easytegl;
  9.   easyout;
  10.   PushImage(50,50,200,150);
  11.   ifs := StackPtr;
  12.   TeglSupervisor;
  13. END.
  14.